projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8711105
)
Bump version for beta.
author
robertl
<robertl>
Mon, 18 Feb 2008 04:35:02 +0000
(
04:35
+0000)
committer
robertl
<robertl>
Mon, 18 Feb 2008 04:35:02 +0000
(
04:35
+0000)
configure
patch
|
blob
|
history
configure.in
patch
|
blob
|
history
gbversion.h
patch
|
blob
|
history
diff --git
a/configure
b/configure
index b3ae3e5a870092eed43743aa8043db986e918838..c1835ed3ca206256a651bfb5ce3a5f5811b397bb 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1754,6
+1754,7
@@
_ACEOF
DOCVERSION=`echo $PACKAGE_VERSION`
DOCVERSION=development
+DOCVERSION=1.3.5
GBMAJOR=`echo $PACKAGE_VERSION | (IFS="."; read major minor micro; echo $major)`
diff --git
a/configure.in
b/configure.in
index 36defb601fd0326efbf701b2c7ca4dc5ece09ae0..c48ce2ac8cd16e68d6f1df5b1cc0466e41f0d2c0 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-12,6
+12,7
@@
AC_SUBST(PACKAGE_RELEASE)
DOCVERSION=`echo $PACKAGE_VERSION`
DOCVERSION=development
+DOCVERSION=1.3.5
AC_SUBST(DOCVERSION)
GBMAJOR=`echo $PACKAGE_VERSION | (IFS="."; read major minor micro; echo $major)`
diff --git
a/gbversion.h
b/gbversion.h
index 2b44e330fa19dacb9cfd1b3a9751e1e99ef94487..ad284af736529ff489d9077e54e56f0e9e7ed971 100644
(file)
--- a/
gbversion.h
+++ b/
gbversion.h
@@
-5,4
+5,4
@@
* Isn't simplification via automation grand?
*/
#define VERSION "1.3.5-beta20080214"
-#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-
development
"
+#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-
1.3.5
"